﻿/* ==全局样式定义== */
body
{
	font: normal normal normal 12px/150% Arial,"宋体",Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-decoration: none;
}
a
{
	font: normal normal normal 12px/120% Arial,"宋体",Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
}
a:hover
{ 

	text-decoration: underline;
}


input[type=text], input[type=Keyword]
{
	height: 15px;
	margin: 1px;
}
* + html input[type=text]
{
	margin: 0px;
}
h1
{
	margin: 0px;
	padding: 0px;
	background: none;
	font: normal normal bold 18px/150% Arial,"宋体",Helvetica,sans-serif;
	text-align: center;
}
h2
{
	font: normal normal bold 18px/150% Arial,"宋体",Helvetica,sans-serif;
	color:#0099FF;
}
h3
{
	font: normal normal bold 12px/150% Arial,"宋体",Helvetica,sans-serif;
	color:#000000;
}
li
{
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
	word-wrap: break-word;
	word-break: break-all; 
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#head, #menu, #foot, #main_bg, .c_padding
{
	padding: 0px;
	margin: 0px auto;
	width: 980px;
}
#main_bg, .c_padding
{
	width: 982px;
}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
	padding-bottom: 5px;
}
#top_all
{
	background: url(images/head_bg.gif) repeat-x top;
}
#head
{
	margin-bottom: 5px;
	 position:relative;
}
#head a
{
	color: #5e7591;
	text-decoration: none;
}
#head a:hover
{
	color: #0a4180;
}
#logo
{
	height: 74px;
	float: left;
	width: 300px;
}
#top_link
{
	color: #5e7591;
	float: right;
	width:300px;
	margin: 4px 10px 0px 0px;
	line-height: 22px;
	text-align: right;
}
#top_link ul, #top_link li
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
}
#top_link li
{
	height:22px;
}

#main_bg
{
	background: url(images/left-bg.gif) #fff repeat-y left;
	clear: both;
}
#main_left /* 网页中部左侧整体定义 */
{
	float: left;
	width: 210px;
}
#main_right /* 网页中部右侧整体定义1 */
{
	float: right;
	width: 100%;
	margin-left: -210px;
	text-align: left;
}
#main_right_box /* 网页中部右侧整体定义2 */
{
	margin-left: 215px;
}
#r_main /* 中部右侧定义 */
{
	float: right;
	width: 200px;
	text-align: left;
}
#main_box /* 中部整体定义 */
{
	margin: 0px;
}
.c_main /* 中部中间定义 */
{
	margin-right: 205px;
}
.c_main_box /* 中部中间定义 */
{
	border: 1px solid #9bbde6;
}

/* 本站新闻.r_news */
#r_main_t
{
	margin-right: 302px;
	margin-top: -1px;
	border-top: 1px solid #fff;
	border-left: 1px solid #9bbde6;
	border-bottom: 1px solid #9bbde6;
	text-align: left;
}
.r_news
{
	background: url(images/r_news_bg.gif) #fff repeat-x top;
}

/* 书签式面板tabtitle */
.tabtitle, .titlemouseover
{
	float: left;
	width: 33%;
	font: normal normal bold 13px/21px Arial,"宋体",Helvetica,sans-serif;
	text-align: center;
	overflow: hidden;
}
.tabtitle dl, .titlemouseover dl
{
	margin: 0px;
	padding: 0px;
	border: 5px solid #fff;
}
.tabtitle
{
	color: #4d89d2;
	border-top: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
	border-bottom: 1px solid #9bbde6;
}
.titlemouseover
{
	cursor: pointer;
	color: #c00;
	border-left: none;
	border-top: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
	border-bottom: 1px solid #fff;
	background: #fff;
}
*+html .titlemouseover
{
	padding-bottom: 1px;
}
* html #Tab0, * html #Tab1, * html #Tab2, * html #Tab3
{
	margin-right: -3px;
}
#Tab0, #Tab1, #Tab2, #Tab3
{
	height: 165px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* 幻灯片 */
#main_box_t
{
	float: right;

	height: 199px;
	width: 298px;
	padding: 0px;
	background: #eee;
}
.c_slide, .c_slide a
{
	text-align: center;
}


/* 站内搜索 */
.main_search
{
	clear: left;
	padding: 5px 5px 5px 70px;
	margin-top: 5px;
	height: auto !important;
	height: 36px;
	min-height: 36px;
	background: #f9f9f9;
	border: 1px solid #9bbde6;
	background: url(images/search.gif) #f9f9f9 no-repeat 5px center;
}
.main_search form
{
	margin: 0px;
}
.main_search input
{
	height: 15px;
	margin: 1px;
	vertical-align: middle;
}

.main_search a
{
	color: blue;
	text-decoration: underline;
}
.main_search select
{
	height: 21px;
	margin: 1px;
	vertical-align: middle;
}

.c_content .main_search
{
	padding: 5px 5px 5px 100px;
	border: 0px;
	background: url(images/search.gif) #f9f9f9 no-repeat 20px 20px;
}

/* 高级搜索 */
.c_content .main_search_sub
{
	margin: 10px auto 0px auto;
	text-align: center;
}

/* --网页中部左侧内容-- */
/* user_box(用户登录)、left_box(左侧内容) */
#main_left, .left_box, .left_box dl, .left_box dt, .left_box dd, .user_box, .user_box dl, .user_box dt, .user_box dd
{
	padding: 0px;
	margin: 0px;
}
.user_box, .left_box
{
	border: 1px solid #9bbde6;
}
.left_box
{
	margin-top: 5px;
}
.user_box dt, .left_box dt
{
	text-align: center;
	font: normal normal bold 14px/120% Arial,"宋体",Helvetica,sans-serif;
	color: #0a4180;
	line-height: 24px;
	border-bottom: 1px solid #9bbde6;
}
.user_box dt
{
	background: url(images/user_tit.gif) no-repeat left top;
}
.left_box dt
{
	background: url(images/left_tit.gif) no-repeat left top;
}
.user_box dd, .left_box dd
{
	background: #f4f8fd;
	padding: 5px;
	line-height: 150%;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
.user_box dd
{
	text-align: center;
}


/* --网页中部右侧内容-- */
/* 右侧导航 */
.r_navigation
{
	margin-bottom: 5px;
	line-height: 24px;
	border: 1px solid #9bbde6;
	background: url(images/Channel_bg.gif) #a8c6e9 repeat-x top;
	text-align: left;
	clear: both;
	color: #014390;
}
.r_navigation a, #r_navigation:link
{
	font: normal normal normal 12px/24px Arial,"宋体",Helvetica,sans-serif;
	text-decoration: none;
	color: #014390;
}
.r_navigation a:hover
{
	color: #c00;
	text-decoration: underline;
}
.r_n_pic
{
	float: left;
	width: 30px;
	height: 20px;
	margin: 1px 0px 0px;
	background: url(images/c_title.gif) no-repeat center;
	display: block;
}
/* 右侧广告 */
.r_ad
{
	padding: 0px;
	margin: 0px;
}
.b_ad
{
	padding: 0px;
	margin-bottom: 3px;
	text-align: center;
}
/* 右侧标题与内容 */
.r_announce dl, .r_announce dt, .r_announce dd, .r_content dl, .r_content dt, .r_content dd
{
	margin: 0px;
	padding: 0px;
}
.r_announce, .r_content
{
	border: 1px solid #9bbde6;
}
.r_announce dt, .r_content dt
{
	background: url(images/r_boxtit.gif) no-repeat left top;
	border-bottom: 1px solid #9bbde6;
	color: #0a4180;
	font: normal normal bold 14px/24px Arial,"宋体",Helvetica,sans-serif;
	text-align: center;
}
.r_announce dd, .r_content dd
{
	padding: 4px 5px;
	line-height: 150%;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}

/* main_box(中部文章列表内容) */
#main_box dl, #main_box dt, #main_box dd
{
	padding: 0px;
	margin: 0px;
}
/* 中部标题与内容 */
.c_main dl, .c_main dt, .c_main dd
{
	margin: 0px;
	padding: 0px;
}
.c_main dl
{
	border: 1px solid #9bbde6;
}
.c_main dd
{
	border: 5px solid #fff;
}
.c_title
{
	font: normal normal bold 14px/25px Arial,"宋体",Helvetica,sans-serif;
	color: #014390;
	padding-left: 10px;
	background: url(images/main_tit.gif) #dfebf9 repeat-x top;
	border-bottom: 1px solid #9bbde6;
}
.c_title a, .c_title a:link
{
	font: normal normal bold 14px/25px Arial,"宋体",Helvetica,sans-serif;
	text-decoration: none;
	color: #014390;
	padding-left: 34px;
	background: url(images/c_title.gif) no-repeat 10px 2px;
}
.c_title a:hover
{
	color: #c00;
	text-decoration: underline;
	background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.c_content
{
	padding: 5px;
	line-height: 150%;
	color: #808081;
	height: auto !important;
	height: 170px;
	min-height: 170px;
}
.c_content a
{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.c_content a:hover
{
	color: #c00;
}

.c_bot
{
	background: none;
	height: 0px;
	font-size: 0px;
}
/* 中部间距 */
.c_spacing
{
	background: none;
	height: 5px;
	font-size: 0px;
}
.c_title .more
{
	float: right;
	line-height: 18px;
	margin-right: 10px;
	display: block;
}
.c_title .more a
{
	text-decoration: none;
	color: #808081;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
.c_title .more a:hover
{
	color: #014390;
	background: none;
}
/* 中部二列c_main_two */
.c_main_two
{
	float: left;
	width: 100%;
}
.c_right, .c_right dl, .c_right dt, .c_right dd, .c_left, .c_left dl, .c_left dt, .c_left dd，.c_main_one, .c_main_one dl, .c_main_one dt, .c_main_one dd
{
	margin: 0px;
	padding: 0px;
}
.c_right dl, .c_left dl, .c_main_one dl
{
	border: 1px solid #9bbde6;
	overflow: hidden;
}
.c_right dd, .c_left dd, .c_main_one dd
{
	border: 5px solid #fff;
}
* html .c_main_one dd
{
	border: 0px;
}
.c_right
{
	float: right;
	width: 270px;
	display: block;
}
.c_left_box
{
	margin: 0px;
	padding: 0px;
}
.c_left
{
	margin-right: 275px;
	display: block;
	clear: none;
}

/* 栏目页 */
.childclass_main
{
	margin-left: -5px;
}
* html .childclass_main
{
	margin-left: -10px;
}
 /* 父栏目二列式左右循环 */
.childclass_main_box
{
	float: left;
	border: 1px solid #9bbde6;
	width: 379px;
	margin: 5px 0px 0px 5px;
}
* html .childclass_main_box
{
	width: 378px;
}
 /* 父栏目一列式上下循环 */
.childclass_main_box2
{
	margin: 0px 205px 0px 5px;
}
* html .childclass_main_box2
{
	margin: 0px 205px 0px 10px;
} 
 /* 父栏目一列式列表(显示父栏目名) */
.childclass_main_box3
{
	border: 0px;
}
.class_title, .childclass_title, .childclass_title_border
{
	font: normal normal bold 14px/30px Arial,"宋体",Helvetica,sans-serif;
	height: 30px;
	background: url(images/Channel_bg.gif) #a8c6e9 repeat-x top;
	text-align: left;
	color: #014390;
	clear: none;
}
.childclass_title_border
{
	border-top: 1px solid #9bbde6;
	border-left: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
	font: normal normal bold 14px/30px Arial,"宋体",Helvetica,sans-serif;
	padding-left: 30px;
	color: #0a4180;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
	background: url(images/c_title.gif) no-repeat 10px 2px;
}
.class_title a:hover, .childclass_title a:hover, .childclass_title_border a:hover
{
	background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.class_title .more, .childclass_title .more, .childclass_title_border .more
{
	float: right;
	line-height: 30px;
	margin: 0px 10px 0px 0px;
	display: block;
}
.childclass_pic
{
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/c_title_hover.gif) no-repeat center;
}
.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
	text-decoration: none;
	color: #014390;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
.class_title .more a:hover, .childclass_title .more a:hover, .childclass_title_border .more a:hover
{
	color: #c00;
	background: none;
}

.class_content, .childclass_content
{
	font: normal normal normal 12px/150% Arial,"宋体",Helvetica,sans-serif;
	text-align: left;
	padding: 5px;
	height: auto !important;
	height: 160px;
	min-height: 160px;
}
.class_content li, .childclass_content li
{
	border-bottom: 1px dotted #ccc;
}
.class_bot, .childclass_bot
{
	height: 5px;
	background: #F4F8FD;
}
/* 分页 */
.class_page
{
	clear: left;
	padding: 5px;
	margin-top: 5px;
	background: #f9f9f9;
	border: 1px solid #9bbde6;
	text-align: center;
}
.class_page ul, .class_page li
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	list-style: none;
}
.class_page a
{
	color: blue;
	text-decoration: underline;
}

/* 内容页 */
.c_title_text
{
	margin: 10px 5px;
	text-align: center;
	clear: both;
	height: auto !important;
	height: 34px;
	min-height: 34px;
}
.c_title_author
{
	margin: 0px 10px 10px;
	font: normal normal normal 12px/20px Arial,"宋体",Helvetica,sans-serif;
	border-bottom: 1px solid #9bbde6;
}
.font_right
{
	float: right;
}
.c_content_text
{
	font: normal normal normal 12px/150% Arial,"宋体",Helvetica,sans-serif;
	text-align: left;
	padding: 10px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
.c_bot_text
{
	color: #508BD4;
	font: normal normal normal 12px/20px Arial,"宋体",Helvetica,sans-serif;
	text-align: right;
	background: #F4F8FD;
	padding-left: 10px;
	border-top: 1px solid #9bbde6;
	height: auto !important;
	height: 5px;
	min-height: 5px;

}
/* 定义内容中的最大宽度，超过隐藏，如隐藏过大的图片 */
.c_content_overflow
{
	width: 100%;
	overflow: hidden;
}
/* 友情链接 */
.c_padding
{
}
.c_friendsite
{
	padding: 5px;
	border: 1px solid #9bbde6;
}
.c_friendsite a
{
	color: #333;
	text-decoration: none;
}
.c_friendsite img
{
	width:100px;
	height:53px;
	border: 0px;
}

.c_friendsite li
{
	padding: 0px;
	width: 12.4%;
	float: left;
	text-align: center;
	list-style: none;
}

.c_friendsite ul, .c_friendsite li
{
	margin: 0;
	padding: 0;
}
/* ==center_all(中部)定义结束== */

/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
	background: url(images/copy_bg.gif) #fff repeat-x top;
	border: 1px solid #9bbde6;
	clear: both;
}
/* 管理链接 */
#menu_link
{
	margin: 20px 0px 5px 0px;
	text-align: center;
}
#menu_link a
{
	text-decoration: none;
	color: #000;
}
#menu_link a:hover
{
	color: #f00;
	text-decoration: underline;
}
/* 版权信息 */
#copyright
{
	font: normal normal normal 12px/20px Arial,"宋体",Helvetica,sans-serif;
	margin: 5px 0px 20px 0px;
	text-align: center;
}
/* ==bottom_all(底部)使用定义结束== */

/* ==通用定义== */
.clearbox, .clearbox2
{
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0px;
	margin-top: 0px;
	height: 0px;
	clear: both;
	background: none;
	font-size: 0px;
	visibility: hidden;
}
.clearbox2
{
	margin-right: 205px;
	clear: left;
}

/* 定义ul、li项目预设标记 */
#Tab0 ul, #Tab1 ul, #Tab2 ul, #Tab3 ul, .c_main_box ul, .left_box ul, .user_box ul, .p_list_two, .c_content ul, .r_announce ul, .r_content ul, .class_content ul, .childclass_content ul, .information_new ul, .s_info_content_l ul, .special_photo_list ul, .special_class ul, .p_class_list ul, .p_shop_2 ul, .p_info_correlative ul, .s_info_correlative ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/li03-boxlist.gif);
}

/* 提示信息 */
.c_prompt
{
	padding: 0px;
	margin: 0px auto;
}


/* ==网站首页内容显示定义开始== */

/* --网站公告-- */
/* 网站垂直公告 */
#announce_vertical, #announce_vertical ul, #announce_vertical li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}
#announce_vertical .announce_title, #announce_vertical .announce_title a
{
	font: normal normal bold 13px/20px Arial,"宋体",Helvetica,sans-serif;
	color: #c00;
	text-align: center;
}
#announce_vertical .announce_title
{
	background: #eee;
}
.announce_text, .announce_text a
{
	font: normal normal normal 12px/150% Arial,"宋体",Helvetica,sans-serif;
	text-align: left;
}
.announce_author, .announce_time
{
	text-align: right;
	color: #0a4180;
}
/* 网站横向公告 */
#announce_crosswise, #announce_crosswise ul, #announce_crosswise li
{
	padding-right: 20px;
	margin: 0px;
	list-style: none;
	display: inline;
	float: left;
	height: 20px;
}


/* 二列式列表布局 */
.p_list_two, .p_list_two li
{
	padding: 0px;
	margin: 0px;
}
.p_list_two li
{
	width: 49.5%;
	float: left;
}
.p_list_two li, .p_list_two td
{
	border-bottom: 1px dotted #ccc;
}

/* ==网站首页内容显示定义结束== */

/* --整站普通图片列表标签-- */
/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
	height: 120px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
}
/* 定义缩略图宽度，按比例缩放 */
.pe_u_thumb, .pe_u_thumb img
{
	width: 160px;
}
/* 定义缩略图标题样式 */
.pe_u_thumb_title
{
	margin: 5px 5px 5px 0px;
	height: 16px;
	overflow: hidden;
	font: normal normal normal 12px/120% Arial,"宋体",Helvetica,sans-serif;
	text-align: center;
	word-wrap: break-word;
	word-break: keep-all; 
}
.pe_u_thumb_title a
{
	color: blue;
}

.pe_u_thumb_list, .pe_u_thumb_list a
{
	font: normal normal normal 12px/120% Arial,"宋体",Helvetica,sans-serif;
	text-align: left;
	word-wrap: break-word;
	word-break: keep-all; 
}
.pe_u_thumb_list
{
	margin: 0px 0px 2px 5px;
	padding: 2px;
	border-bottom: 1px dotted #ccc;
}
.pe_u_thumb_list a
{
	padding-left: 10px;
        background: url(images/List.gif) no-repeat left -2px; 
}
/* 一列式栏目列表信息列表标题样式 */
.p_childclass_list .pe_u_thumb_list li
{
	width: 100%;
	text-align: left;
}
/*- Menu Tabs 12--------------------------- */  
    #tabs13 {
      }
	 #tabs13 li {
	 list-style-image: url(images/ico_zixun.gif);
      }

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
	float:left;
	width:100%;
	font-size:100%;
	size:13px;
	text-decoration: underline blink;
      }
    #tabs10 ul {
	  margin:0;
	  padding:3px 10px 0 30px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      padding:5px 5px 4px 6px;
      color:#FFFFFF;
      }
    #tabs10 a span {float:none;}

    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
	background-position:100% -42px;
	text-decoration: underline;
	color: #3399FF;
      }

/*- Menu Tabs 11--------------------------- */

    #tabs11 {
	width:100%;
	font-size:100%;
	size:13px;
	float: left;
      }
    #tabs11 ul {
	margin:0;
	padding:0px 0px 0 245px;
	list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FF0000;
	font-size: 12px;
      }
    #tabs11 a span {float:none;}

    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
	background-position:0% -42px;
      }
    #tabs11 a:hover span {
	background-position:100% -42px;
	color: #FF0000;
      }

/*- Menu Tabs 14--------------------------- */

    #tabs14 {
      float:left;
      width:100%;
      font-size:100%;
	  size:13px;
      }
    #tabs14 ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
      }
    #tabs14 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs14 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs14 a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    #tabs14 a span {float:none;}

    #tabs14 a:hover {
      background-position:0% -42px;
      }
    #tabs14 a:hover span {
      background-position:100% -42px;
      }

/*- Menu Tabs 15--------------------------- */

    #tabs15 {
	float:left;
	width:100%;
	font-size:100%;
	size:13px;
	text-decoration: underline blink;
      }
	#tabs15 a:hover span {
	background-position:100% -42px;
	text-decoration: underline;
	color: #FF0000;
      }
	#tabs15 a:hover {
      background-position:0% -42px;}
    #tabs15 a span {
      float:left;
      display:block;
      padding:5px 5px 4px 6px;
      color:#000000;}
   #tabs15 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;}
   #tabs15 ul {
	  margin:0;
	  padding:3px 10px 0 30px;
	  list-style:none;
      }
    #tabs15 li {
      display:inline;
      margin:0;
      padding:0;
      } 
	#tabs15 a span {float:none;}
	
/*- Menu Tabs 16--------------------------- */

    #tabs16 {
      float:left;
      width:100%;
      font-size:100%;
	  size:13px;
      }
    #tabs16 ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #tabs16 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs16 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs16 a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    #tabs16 a span {float:none;}

    #tabs16 a:hover {
      background-position:0% -42px;
      }
    #tabs16 a:hover span {
      background-position:100% -42px;
      }
	   
.loin {
margin:0;
padding:0;
}
.loin ul {
list-style:none;
}


#location {
	PADDING-RIGHT: 10px; PADDING-LEFT: 20px; FONT-SIZE: 12px; PADDING-BOTTOM: 30px; COLOR: #999; PADDING-TOP: 10px; FONT-FAMILY: "ËÎÌå"
}
#location A:visited {
	COLOR: #f60; TEXT-DECORATION: underline
}
#location A:link {
	COLOR: #f60; TEXT-DECORATION: underline
}
#location A:hover {
	COLOR: #900
}

#left_b .box_smart H3 {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND: #f8f8f8; PADDING-BOTTOM: 6px; MARGIN: 1px; COLOR: #666; PADDING-TOP: 9px
}
#left_b .box_smart H3 STRONG {
	FONT-SIZE: 14px; COLOR: #000
}
#left_b .box_smart P.expert {
	BACKGROUND: #fff; PADDING-BOTTOM: 10px; BORDER-BOTTOM: #eee 2px dotted
}
#left_b OL {
	PADDING-RIGHT: 20px; PADDING-LEFT: 42px; PADDING-BOTTOM: 10px; MARGIN: 0px; LINE-HEIGHT: 22px; PADDING-TOP: 10px
}
#left_b UL {
	PADDING-RIGHT: 10px; PADDING-LEFT: 30px; PADDING-BOTTOM: 10px; MARGIN: 0px; LINE-HEIGHT: 22px; PADDING-TOP: 10px
}
#left_b .box_smart UL {
	PADDING-RIGHT: 10px; PADDING-LEFT: 30px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#left_b .box_smart OL {
	PADDING-RIGHT: 10px; PADDING-LEFT: 40px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#left_b .box_smart IMG {
	MARGIN: 0px 10px 10px 0px
}
#left_b .box_smart {
	BORDER-RIGHT: #eee 4px solid; BORDER-TOP: #eee 4px solid; MARGIN: 0px 20px 10px; BORDER-LEFT: #eee 4px solid; BORDER-BOTTOM: #eee 4px solid
}
.red {
color:#FF0000}
/* Footer */

#footer {
font-size:10px;
}
#footer p {
	text-align: center;
	line-height: normal;
}

#footer p span a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footer p span a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#news {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px; LINE-HEIGHT: 20px; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x
}
#news H2 {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; FONT-SIZE: 12px; BACKGROUND: #930; PADDING-BOTTOM: 5px; MARGIN: 1px 0px 0px; TEXT-TRANSFORM: uppercase; COLOR: #fff; PADDING-TOP: 5px
}
#news UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#news LI {
	BORDER-BOTTOM: #999 1px dashed
}
#news LI A:link {
	PADDING-RIGHT: 6px;
	DISPLAY: block;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	TEXT-DECORATION: none;
	color: #fe7a4c;
}
#news LI A:visited {
	PADDING-RIGHT: 6px; DISPLAY: block; PADDING-LEFT: 6px; PADDING-BOTTOM: 4px; COLOR: #fe7a4c; PADDING-TOP: 4px; TEXT-DECORATION: none
}
#news LI A:active {
TEXT-DECORATION: none
}
#news LI A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
	background-color: #fc2323;
}
#cc a {
	color: #FFFF00;
	text-decoration: none;
}

#cc a:link{color:#FFFF00;
                text-decoration:none; }
#cc a:hover{color:#000000;
                text-decoration:underline; }
#dd {
}
#dd a:link {
	color: #FF0000;
	text-decoration: underline;
}
#dd a:visited {
	color: #FF0000;
	text-decoration: underline;
}
/*2010.6.18更新css*/
.bananr {
    text-align:center;
}
.ztjj {
    margin-top:3px;
	padding:0px;
}
/* 2010.7.14更新*/
.jjzg {
    float:left;
}
.jjzg1 {
    float:left;
	margin-left:12px;
}
.tou {
    height:25px;
	width:295px;
	background-image:url(../images/jjzg.gif)
}
.tou1 {
    height:25px;
	width:295px;
	background-image:url(../images/zcwz.gif)
}
.jjzgbt {
    float:left;
	font-size:12px;
	color: #1741A5;
	margin-left:27px;
	margin-top:6px;
}
.jjzggd {
    float:right;
	font-size:12;
	color: #1741A5;
	margin-right:12px;
	margin-top:6px;
}
.jjzggd a{
	font-size:12;
	color: #1741A5;
}
.jjzgnr {
	float: left;
	height: 180px;
	width: 292px;
	border: thin solid #B9D5EB;
}
.jjzgnr ul {
    margin:0px;
	padding:0px;
	margin-left:25px;
}
.jjzgnr li {
    margin-top:4px;
}
.lwpq  {
    float:right;  
	margin-top:3px;
}
.lwpqnr {
    width:170px;
	height:175px;
	border:#9BBDE6 2px solid;
	background-color:#FFFCF5;
}
.chaojibianju{
line-height:150%}

li.gengduo::marker{
content:none;
}